home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / MODEMPRO / TELESHAR.ZIP;1 / DOCHELP@.EXE / PCZ.DOC < prev    next >
Encoding:
Text File  |  1993-05-11  |  5.9 KB  |  175 lines

  1.  PCZ 2.01 Feb 21, 1989
  2.  
  3.  
  4.  
  5.                    PCZ - A Public Domain implementation
  6.                          of Zmodem, Xmodem, Xmodem-1K, Sealink,
  7.                          Ymodem for the IBM PC family
  8.  
  9.               PcConnect Zmodem by Drue Kennon and Gary Smith
  10.  
  11.  
  12.  
  13.  
  14.          PCZ is a public domain Zmodem implementation that will allow
  15.          users of communication software that does not implement internal
  16.          Zmodem to access it through an external program.  It is a
  17.          fully-featured version of Zmodem, but does not have the
  18.          professional and commercial polish of a program like Omen
  19.          Tech's DSZ.  However we do believe that it will be suitable
  20.          for the average BBS hacker.
  21.  
  22.          PCZ now also provides support for the basic Xmodem variants:
  23.          Xmodem, Xmodem-1K, Sealink, and Ymodem Batch.
  24.  
  25.  
  26.  
  27.  
  28. Command line:
  29. Send
  30.         PCZ [port (1-4)] [speed (300-9600)] [sz] (r) <filenames.ext ... ...>
  31.  
  32.  
  33. Recv
  34.         PCZ [port (1-4)] [speed (300-9600)] [rz] <filename.ext>
  35.  
  36. The entering of the words << port & speed >> are optional.
  37.  
  38.  
  39. To receive a file using Zmodem simply enter :
  40.  
  41.            PCZ rz              - Using com port one.
  42.            PCZ 2 rz            - Using com port two.
  43.            PCZ 3 2400 rz       - Using com port three at 2400 baud.
  44.            PCZ 4 1200 rz       - Using com port four at 1200 baud.
  45.            PCZ rz INFILE.ARC   - Receive file and name it INFILE.ARC
  46.  
  47.  
  48. To send a file using Zmodem simply enter :
  49.  
  50.      PCZ sz OUTFILE.ARC             - Using com port one.
  51.      PCZ 2 sz OUTFILE.ARC           - Using com port two.
  52.      PCZ 3 2400 sz OUTFILE.ARC      - Using com port three at 2400 baud.
  53.      PCZ 4 1200 sz OUTFILE.ARC      - Using com port four at 1200 baud.
  54.      PCZ sz r OUTFILE.ARC           - Send file and resume transfer.
  55.  
  56.  
  57. To receive files using any of the Xmodem variants, the format is :
  58.  
  59.      PCZ rs filename   -  Sealink recieve
  60.      PCZ rx filename   -  Xmodem receive
  61.      PCZ r1 filename   -  Xmodem-1K receive
  62.      PCZ ry filename   -  Ymodem Batch receive
  63.  
  64.  
  65. To send files using any of the Xmodem variants, the format is :
  66.  
  67.      PCZ ss filename   -  Sealink recieve
  68.      PCZ sx filename   -  Xmodem receive
  69.      PCZ s1 filename   -  Xmodem-1K receive
  70.      PCZ sy filename   -  Ymodem Batch receive
  71.  
  72.  
  73. If you want PCZ to keep a file transfer log then the following line must be
  74. added to your autoexec.bat file or typed in on the command line.
  75.  
  76. set pczlog=d:\mycommdir;
  77.  
  78. where d is the drive & mycommdir is where you want the logfile to be placed.
  79.  
  80.  
  81.  
  82. Note: the bytes and cps rate reflect the actual number of bytes sent
  83. to or received.  It does not necessarily reflect any specific "BLOCKSIZE".
  84. This will let you see actually how PCZ is progressing in the transmission
  85. of data.  In the best case "Full Streaming Zmodem", you will see the time
  86. for actual file data; worse case time will reflect the transmission of
  87. data headers and block acks.  It is different, but I hope everyone can
  88. appreciate a more accurate account of what is happening inside the powerful
  89. zmodem protocol.
  90.  
  91.  
  92.                         History
  93.                         -------
  94.  
  95.         V1.01 - Intial release, no known bugs.  Please report
  96.                 any problems to Gary Smith or Drue Kennon.
  97.  
  98.         V2.01 - Extended version that contains Xmodem, Xmodem-1K,
  99.                 Sealink, and Ymodem Batch in addition to Zmodem.
  100.                 Also corrects errorlevel problem, should always
  101.                 return a level of 0 for a succesful transfer, and
  102.                 a 1 for an incomplete transfer.  Also does provide
  103.                 full file sharing for use in networking enviroments.
  104.  
  105.  
  106.  
  107.  
  108.  
  109.                         License
  110.                         -------
  111.  
  112.         PCZ 1.01, Copyright (c) Drue Kennon and Gary Smith 1989.
  113.         ALL RIGHTS RESERVED.
  114.  
  115.         PCZ is free, but it is a copyrighted work and may be distributed only
  116.         pursuant to this license.
  117.  
  118.         Permission is hereby granted to reproduce and disseminate PCZ so long
  119.         as:
  120.  
  121.            (1)  No remuneration of any kind is received in exchange; and
  122.  
  123.            (2)  Distribution is without ANY modification to the contents of
  124.                 PCZ.COM and all accompanying documentation and/or support
  125.                 files, including the copyright notice and this license.
  126.  
  127.         No copy of PCZ may be distributed without including a copy of this
  128.         license.
  129.  
  130.         Any other use is prohibited without express, written permission in
  131.         advance.
  132.  
  133.                 Gary J. Smith
  134.                 6122 Cedar Wood Drive
  135.                 Columbia, MD 21044
  136.                 Voice 301-740-5880
  137.                 Data/BBS:   301-596-1180
  138.                 Data/BBS:   301-995-3744
  139.  
  140.  
  141.                 Drue Kennon
  142.                 Rt 2 Box 54
  143.                 Center, Tx. 75935
  144.                 DataLine 409-598-9057
  145.                 Voice 409-598-3809
  146.  
  147.  
  148.  
  149.  
  150.         For use by corporations, government, institutions, or for
  151.         profit, contact Omen Technology Incorporated for licensing
  152.         information using their excellent professional DSZ Zmodem
  153.         implementation.
  154.  
  155.  
  156.                    Chuck Forsberg
  157.                    Omen Technology Inc
  158.                    The High Reliability Software
  159.                    17505-V Northwest Sauvie Island Road
  160.                    Portland Oregon 97231
  161.                    Modem: 503-621-3746 Speed 1200,2400,19200(Telebit PEP)
  162.                    Compuserve:70007,2304  GEnie:CAF
  163.                    UUCP: ...!tektronix!reed!omen!caf
  164.  
  165.  
  166.     Omen Technolgy makes Professional-YAM, a comphrensive comms program with
  167.     unmatched power.  Flavors are available for PC-DOS, Unix, Xenix, and OS/2
  168.     Protected mode.
  169.  
  170.     ZCOMM is a full featured shareware version with a $40.00 basic
  171.     registration.
  172.  
  173.     DSZ is Copyright 1988 by Omen Technology Inc, all rights reserved.
  174.  
  175.